home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / changelog < prev    next >
Text File  |  1993-07-19  |  57KB  |  1,530 lines

  1. Sat Jul 17 19:53:06 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2.  
  3.     * Version 19.17 released.
  4.  
  5.     * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
  6.     directory's makefile.  This allows the invocation of CPP which
  7.     builds xmakefile to receive these switches.  The SunSoft C
  8.     preprocessor inserts spaces between tokens if it doesn't get the
  9.     -Xs flag requested in src/s/sol2.h.
  10.  
  11. Mon Jul 12 14:43:38 1993  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
  12.  
  13.     * configure.in (m68k-bull-sysv3): new config.
  14.  
  15. Sat Jul 10 01:17:31 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  16.  
  17.     * configure.in: Use the autoconf AC_FIND_X macro to try to find
  18.     the X Windows libraries.
  19.  
  20. Wed Jul  7 05:57:15 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  21.  
  22.     * make-dist (tempdir): Don't create lisp/forms-mode directory in
  23.     the distribution.  Those files aren't kept in their own
  24.     subdirectory any more.
  25.  
  26. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  27.  
  28.     * Version 19.16 released.
  29.  
  30. Wed Jun 23 21:52:34 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  31.  
  32.     * configure.in: Add --verbose flag.
  33.  
  34. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  35.  
  36.     * version 19.15 released.
  37.  
  38. Fri Jun 18 11:59:35 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  39.  
  40.     * Makefile.in (top_distclean): Use -f switch when cleaning out
  41.     lock dir; it might be empty.
  42.  
  43.     * configure.in: Only check for -lXbsd once.
  44.  
  45. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  46.  
  47.     * Version 19.14 released.
  48.  
  49. Thu Jun 17 00:53:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  50.  
  51.     * make-dist: If using gzip, create distribution with '.gz' extension.
  52.  
  53.     * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
  54.     (lisp/forms-mode): This doesn't exist anymore.
  55.  
  56.     * configure.in: Look for the closedir function.
  57.  
  58. Wed Jun 16 16:48:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  59.  
  60.     * configure.in (CPP): Autoconf sets this to a shell variable
  61.     reference, which doesn't work when it's edited into a makefile.
  62.     Expand that variable reference.
  63.  
  64.     * Makefile.in (CPP): New variable.
  65.     (src/Makefile): Edit CPP into src/Makefile.
  66.  
  67.     * Makefile.in (src/Makefile): Don't bother exiting single quotes
  68.     and entering double quotes to get the values of LD_SWITCH_X_SITE
  69.     and the other make variables; make substitutes them in anyway.
  70.  
  71.     * Makefile.in (uninstall): Don't remove the lisp and etc
  72.     directories if they're in the source tree.
  73.  
  74.         Bring mumbleclean targets into conformance with GNU coding standards.
  75.     * Makefile.in (mostlyclean, clean): Separate these two; just have
  76.     them pass the request to the subdirectory makefiles.
  77.     (distclean): Pass the request down, and then get rid of the
  78.     files configure built, and get rid of the Makefiles.
  79.     (realclean): Pass the request down, and then do the same things
  80.     distclean does.
  81.     (uninstall, info, dvi): New targets.
  82.  
  83.     * configure.in: Move clause for PC-compatible i386 box to the end
  84.     of the case statement, to avoid masking configurations below.
  85.  
  86.     * configure.in: Add case for m88k-motorola-sysv4.
  87.  
  88.     * configure.in: Add support for HP/UX versions 7, 8, and 9 on
  89.     the HP 68000 machines.
  90.  
  91.     * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
  92.     C_SWITCH_X_SITE's -L and -I switches in quotes, so the
  93.     preprocessor won't fiddle with them.
  94.  
  95. Sun Jun 13 04:23:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  96.  
  97.     * Makefile.in (TAGS): cd to src to run etags.
  98.  
  99. Sat Jun 12 05:54:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  100.  
  101.     * configure.in (version): Check the X libraries for XrmSetDatabase
  102.     and random, and see if we have -lXbsd.
  103.  
  104. Fri Jun 11 02:35:54 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  105.  
  106.     * configure.in: Pass "-Isrc" to the CPP we run to examine the
  107.     s/*.h and m/*.h files.  Martin Tomes
  108.     <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
  109.  
  110. Thu Jun 10 19:03:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  111.  
  112.     * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
  113.     above the general i386 alternative.
  114.  
  115. Thu Jun 10 01:45:45 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  116.  
  117.     * configure.in: Recognize configuration name for Data General
  118.     AViiON machines.
  119.     
  120.     * configure.in: Use AC_LONG_FILE_NAMES.
  121.  
  122. Wed Jun  9 00:05:06 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  123.  
  124.     * configure.in: Test for bison.
  125.     * Makefile.in (YACC): New variable.
  126.     (lib-src/Makefile.in): Edit YACC into the makefile.
  127.  
  128. Tue Jun  8 02:42:18 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  129.  
  130.     * Version 19.13 released.
  131.  
  132.     * configure.in (CFLAGS): Don't set this according to the value of
  133.     the GCC shell variable.  Instead, consult the machine and system
  134.     files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
  135.     test __GNUC__ while we're at it.
  136.  
  137.     * configure.in: Remove extra ;; from hpux cases.
  138.  
  139. Mon Jun  7 23:55:41 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  140.  
  141.     * configure.in: Check to see if the system has -ldnet.
  142.  
  143. Tue Jun  8 00:22:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  144.  
  145.     * make-dist: Add clauses to distribute lisp/forms-mode.
  146.  
  147. Mon Jun  7 13:53:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  148.  
  149.     * configure.in (machine): Fix the versions in hpux version number test.
  150.     Do not guess based on cpu type.  Do check for explicit system version.
  151.  
  152. Thu Jun  3 16:42:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  153.  
  154.     * configure.in: Do NOT look for `unknown' as company name.
  155.  
  156. Wed Jun  2 12:10:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  157.  
  158.     * configure.in: Fix typo in message.
  159.  
  160. Tue Jun  1 00:08:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  161.  
  162.     * Version 19.12 released.
  163.  
  164.     * Makefile.in (do-install): Correct previous etc-copying change.
  165.     Partially rewrite using `if'.
  166.     (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
  167.  
  168.     * Version 19.11 released.
  169.  
  170.     * configure.in: Handle 386bsd.
  171.  
  172. Mon May 31 00:23:47 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  173.  
  174.     * make-dist: Update getdate.c.
  175.  
  176.     * configure.in: Handle bsd386.
  177.  
  178.     * Makefile.in (do-install): Use `-' in tar options.
  179.  
  180.     * configure.in: Change  ! "${...}"  to  x"${...}" = x.
  181.  
  182.     * Makefile.in (do-install): Copy the DOC-* files from the build
  183.     etc directory, as well as lots of things from ${srcdir}/etc.
  184.  
  185.     * make-dist: Copy config.guess.
  186.  
  187.     * configure.in: Handle AIX versions 1.2, 1.3.
  188.  
  189. Sun May 30 15:37:57 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  190.  
  191.     * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
  192.     the configuration name mips-mips-usg* to represent USG systems.
  193.  
  194.     * configure.in: Fix logic to detect if srcdir is already configured.
  195.  
  196.     * Makefile.in: Pass in LD_SWITCH_X_SITE.
  197.  
  198.     * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
  199.     foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
  200.     of a directory; cd might fail, and have pwd print out the current
  201.     directory.
  202.  
  203. Sun May 30 14:55:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  204.  
  205.     * configure.in: When looking for sources, use '.', not `.`.  Also '..'.
  206.  
  207. Sun May 30 14:23:50 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  208.  
  209.     * configure.in: Complain if srcdir points at an already-configured
  210.     tree.
  211.  
  212. Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  213.  
  214.     * Version 19.10 released.
  215.  
  216. Sat May 29 16:52:24 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  217.  
  218.     * Makefile.in: Use Makefile comments, not C comments.
  219.  
  220.     * configure.in: Add case for the Tektronix XD88.
  221.  
  222. Sat May 29 16:30:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  223.  
  224.     * configure.in: Handle sysv4.2 and sysvr4.2.
  225.  
  226. Sat May 29 15:30:00 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  227.  
  228.     * configure.in: Traverse the argument list without destroying it;
  229.     don't use shift.  It turns out that "set - ${saved_arguments}"
  230.     doesn't work portably.
  231.  
  232.     * configure.in: Add missing "fi".
  233.  
  234.     * make-dist: Rebuild configure if configure.in is newer.
  235.  
  236.     * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
  237.     targets to be executed even if make remembers that it has already
  238.     stisfied FRC.
  239.  
  240. Sat May 29 02:09:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  241.  
  242.     * Makefile.in (do-install): Delete redundant code to copy etc twice.
  243.  
  244.     * configure.in (romp): Handle various version numbers with aos and bsd.
  245.  
  246. Fri May 28 17:02:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  247.  
  248.     * configure.in: Fix message text.
  249.  
  250. Fri May 28 00:31:48 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  251.  
  252.     * make-dist: Make a `site-lisp' directory in the distribution,
  253.     instead of a `local-lisp' directory, which hasn't been the
  254.     appropriate name for a long time.
  255.     * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
  256.     from the distribution first, then /usr/local/lib/emacs/site-lisp.
  257.  
  258.     * Makefile.in (do-install): Correctly detect if ./etc and
  259.     ${srcdir}/etc are the same.
  260.  
  261.     * configure.in: Extract UNEXEC from the system configuration
  262.     files, compute the name of the source file corresponding to the
  263.     object file, and #define it as UNEXEC_SRC in config.h.
  264.  
  265.     * configure.in: If srcdir is '.', then try using PWD to make it
  266.     absolute.
  267.  
  268.     * configure.in: Include ${srcdir} in the printed report, to help
  269.     people notice if it's an automounter path.
  270.  
  271. Thu May 27 23:23:58 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  272.  
  273.     * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
  274.  
  275. Thu May 27 18:01:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  276.  
  277.     * Makefile.in (do-install): Delete the dest dir, not the source dir,
  278.     when they are different.  Add  `shift' command.
  279.     (COPYDESTS, COPYDIR): Delete external-lisp dir.
  280.     (externallispdir): Var deleted.
  281.  
  282.     * configure.in: Delete spurious paren outputting short_usage.
  283.  
  284. Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  285.  
  286.     * Version 19.9 released.
  287.  
  288. Wed May 26 14:23:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  289.  
  290.     * Makefile.in (${SUBDIR}): Pass the value of the make variable to
  291.     subdirectory makes.
  292.  
  293.     * make-dist: Check for .elc files with no corresponding .el file.
  294.  
  295.     * Makefile.in (mkdir): Make all the directories in locallisppath.
  296.  
  297.     * config.guess: New file.
  298.     * configure.in: Use it, tentatively.
  299.     * INSTNALL: Mention its usage.
  300.  
  301.     * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
  302.     the former gives you the operating system rev directly.  Use
  303.     s/hpux.h if we don't recognize what we got.
  304.  
  305.     * Makefile.in (do-install): Don't remove a destination directory
  306.     if it's the same as the source.  If ${srcdir}/info == ${infodir},
  307.     don't try to copy the info files.
  308.  
  309.     * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
  310.     doesn't work if you're not using a separate source directory.
  311.     (do-install): Copy the build tree's etc directory only after
  312.     making sure it's not also the source tree's etc directory.
  313.  
  314. Wed May 26 13:43:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  315.  
  316.     * configure.in: Handle sunos4.1.3 specially.
  317.  
  318. Tue May 25 12:47:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  319.  
  320.     * Makefile.in (INSTALL): Add definition.
  321.  
  322.     * configure.in: Fix some messages.  Support -with-gnu-cc.
  323.     At the end, use `set --', not `set -'.
  324.     Delete spurious `.h' in hpux alternatives.
  325.  
  326. Tue May 25 05:15:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  327.  
  328.     * Version 19.8 released.
  329.  
  330. Tue May 25 00:55:45 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  331.  
  332.     * configure.in: When looking for source in the same directory as
  333.     the configure script, make the path thus discovered absolute.
  334.     If the user specifies the `--srcdir' switch, make that directory
  335.     absolute too.
  336.  
  337.     * Makefile.in (srcdir): Remove comment saying this doesn't work.
  338.  
  339.     * Makefile.in (src/paths.h): Edit the `infodir' variable into this
  340.     too, as the value of the PATH_INFO macro.
  341.  
  342.     * configure.in: Check to see if the source lives in the same
  343.     directory as the configure script.
  344.  
  345. Mon May 24 12:14:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  346.  
  347.     * Makefile.in (install): Split this into `install' and
  348.     `do-install', to give people more control over exactly what gets
  349.     done.
  350.     (do-install): New target, containing the guts of `install'.  Don't
  351.     remove and recreate the directories inside the copying loop - do
  352.     it all before the copying loop.  Pass more flags to the lib-src
  353.     make.
  354.     (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
  355.     avoid errors and warnings.
  356.  
  357.     * configure.in: For generic IBM PC boxes, insist on "unknown" for
  358.     the manufacturer - the more general case was blocking other i386
  359.     configuration names below, and that's how the names are written in
  360.     MACHINES anyway.
  361.  
  362.     * make-dist: When breaking links, remove the link before moving
  363.     the copy onto it, to avoid interactive behavior.
  364.  
  365.     * Makefile.in: Doc fix.
  366.  
  367.     * configure.in: Doc fix.
  368.  
  369.     * INSTALL: Mention --exec-prefix option.
  370.  
  371.     * configure.in: Add support for the `--exec-prefix' option.
  372.     * Makefile.in: Accept that support.
  373.  
  374.     * configure.in: Use the AC_PROG_INSTALL macro.
  375.     * Makefile.in (INSTALL): Variable removed.
  376.     (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
  377.  
  378.     * configure.in: Distinguish between hp800's and hp700's by calling
  379.     "uname -m".
  380.  
  381. Mon May 24 00:12:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  382.  
  383.         * configure.in: Recognize configuration names for i860 boxes
  384.     running SYSV.
  385.  
  386. Sun May 23 00:37:44 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  387.  
  388.     * configure.in: Distinguish between hp800's and hp700's by the
  389.     version of HP/UX they run, since that's something people are more
  390.     likely to know - hp700's run 8.0.
  391.     Add HP 700 configuration.
  392.  
  393.     * configure.in: Test for the presence of the `rename' function.
  394.  
  395.     * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
  396.     configure.in.
  397.     (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
  398.  
  399.     * make-dist: Break intra-tree links.
  400.  
  401.     * configure.in: Explain that this is an autoconf script, and give
  402.     instructions for rebuilding configure from it.  Arrange to put
  403.     comments in configure explaining this too.
  404.  
  405.     * configure.in: Make the first line of the configure script be
  406.     "#!/bin/sh".  Leaving the first line blank didn't work.
  407.  
  408.     * configure.in (long_usage): Removed; made short_usage describe
  409.     the options briefly.
  410.  
  411.     * configure.in: Implement the --prefix option.
  412.     * Makefile.in (prefix): Add support for it here.
  413.     * INSTALL: Document it here.
  414.  
  415.     * Makefile.in (install): Don't assume that the files in the `info'
  416.     subdirectory match  *.info.  They don't have that prefix.
  417.  
  418. Sat May 22 22:53:24 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  419.  
  420.     * configure.in: Add case for version 5 of Esix.
  421.  
  422. Sat May 22 17:24:06 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  423.  
  424.         * Version 19.7 released.
  425.  
  426.     * make-dist: There aren't any *.com files in lib-src anymore.
  427.  
  428.     * make-dist: Copy texinfo.tex and texindex.c, rather than linking
  429.     them; they're symlinks to other filesystems on the GNU machines.
  430.  
  431.     * make-dist: Check that the manual reflects the same version of
  432.     Emacs as stated in lisp/version.el.  Edit that version number into
  433.     the README file.
  434.  
  435. Fri May 21 17:32:41 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  436.  
  437.     * configure.in: Remove the hack of AC_DEFINE; use
  438.     AC_DEFINE_UNQUOTED.
  439.  
  440. Thu May 20 01:24:24 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  441.  
  442.     * make-dist: Don't distribute precomp.com, compile.com, or
  443.     link.com from ./src; they're in ./vms now.
  444.  
  445.     Some time-handling patches from Paul Eggert:
  446.     * configure.in: Add AC_TIMEZONE.
  447.  
  448. Wed May 19 20:56:26 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  449.  
  450.     * configure.in: Recognize Linux as a valid operating system for
  451.     the i386.
  452.  
  453. Tue May 18 16:31:50 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  454.  
  455.     * make-dist: Distribute some VMS files we got from Richard Levitte.
  456.  
  457.     * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
  458.     the source for the sed command, not oldXMenu/Makefile.
  459.  
  460. Mon May 17 19:33:55 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  461.  
  462.     * INSTALL: Don't claim the srcdir option doesn't work.
  463.  
  464. Sun May 16 18:41:27 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  465.  
  466.     * configure.in: Include remarks saying what order the autoconf
  467.     tests should go in, and remind people to change config.h.in
  468.     whenever they add autoconf tests which make #definitions.
  469.  
  470.     * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
  471.  
  472. Sat May 15 16:47:50 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  473.  
  474.     * Makefile.in (oldXMenu/Makefile): Make this depend on
  475.     ${srcdir}/oldXMenu/Makefile.in, not itself.
  476.  
  477.     * PROBLEMS: Some updates from David J. Mackenzie.
  478.  
  479.     More changes from David J. Mackenzie.
  480.     * Makefile.in (install.sysv, install.xenix, install.aix): Targets
  481.     removed; autoconf and config.h should specify all these
  482.     differences.
  483.     (buildlisppath): Make this path depend on ${srcdir}.
  484.     (INSTALLFLAGS): Removed.
  485.     (INSTALL): Include the -c flag.
  486.     (install): Change the way we invoke install accordingly.
  487.  
  488.     Install ${srcdir} changes from DJM.
  489.     * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
  490.     list.
  491.     (COPYDIR, COPYDESTS): Install files from both the etc directory in
  492.     the source tree and the etc directory in the object tree.
  493.     (${SUBDIR}): Pass the prefix variable down to submakes.
  494.     (everywhere): Use `sed', not `/bin/sed'.  Not all systems have sed
  495.     in /bin.
  496.     (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
  497.     values for srcdir and VPATH.
  498.     (install): Add `v' flag to tar command.  Make sure that `dir'
  499.     exists in ${srcdir}/info before copying it.  Remember that the man
  500.     pages come from the source tree, not the object tree.
  501.     * configure.in: Remove remarks saying that the --srcdir option
  502.     doesn't work.
  503.     Create the etc directory in the object tree.
  504.     Recognize configuration names of the form *-sun-solaris*.
  505.     Recognize sunos5 and solaris as operating system names.
  506.  
  507.     * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
  508.     lib-src/getdate.y and src/systime.h.
  509.  
  510. Sat May 15 00:12:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  511.  
  512.     * make-dist: Make links in info subdir.
  513.  
  514. Thu May 13 15:28:19 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  515.  
  516.     * configure.in: Call AC_STDC_HEADERS.
  517.  
  518. Mon May 10 15:19:03 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  519.  
  520.     * configure.in: Sidestep autoconf's quoting of the second argument
  521.     of AC_DEFINE, so we can specify the value to put there.  It would
  522.     be nice if autoconf provided some way to specify computed values
  523.     for macros.
  524.  
  525. Sun May  9 17:30:48 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  526.  
  527.     * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
  528.     this is always just -DHAVE_CONFIG_H.
  529.  
  530.     The GNU coding standards specify that CFLAGS should be left for
  531.     users to set.
  532.     * Makefile.in (CFLAGS): Let configure determine the default value
  533.     for this.  Don't
  534.     have it default to DEFS.
  535.     (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
  536.     (lib-src/Makefile, src/Makefile): Edit the default value for
  537.     CFLAGS into these files, not DEFS.
  538.     * configure.in (CFLAGS): Choose a default value for this - "-g"
  539.     normally, or "-g -O" if we're using GCC.  Edit it into the
  540.     top-level Makefile.
  541.  
  542.     * configure.in: When scanning the machine and system description
  543.     #include files, write their names to conftest.c properly.
  544.  
  545. Fri May  7 00:57:13 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  546.  
  547.     * configure.in: In configuration name case for Apallos running
  548.     Domainios, set opsys, not opsysfile.
  549.  
  550.     * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
  551.     src/config.h, instead of AC_OUTPUT; the latter overwrites
  552.     src/config.h even when it hasn't changed, puts a makefile-style
  553.     comment at the top even though it's C code, and produces a
  554.     config.status script which doesn't do the job right.
  555.  
  556.     * configure.in: Add AC_LN_S test, so we can tell whether or not we
  557.     can use a symbolic link to get the X Menu library into src.
  558.     * Makefile.in (LN_S): New variable.
  559.     (src/Makefile): Edit the value of LN_S into this makefile.
  560.  
  561. Thu May  6 14:03:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  562.  
  563.     * configure.in: Support *-sco3.2v4* as opsystem.
  564.  
  565.     * make-dist: Don't include calc directory.
  566.     Exclude many files in the man directory; copy a few.
  567.  
  568. Tue May  4 10:15:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  569.  
  570.     * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
  571.     call AC_STRUCT_TM to see what's in time.h.
  572.  
  573.     * configure.in: Employ quoting stupidity to get the value of CPP
  574.     to expand properly.
  575.  
  576. Tue Apr 27 13:00:28 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  577.  
  578.     * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
  579.     variable to scan the machine and system description files.
  580.  
  581.     * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
  582.     so that getdate.y builds correctly.
  583.  
  584. Mon Apr 26 19:11:45 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  585.  
  586.     * configure.in (tempcname): Change this to "conftest.c", so it will
  587.     work properly on systems with short filenames; this is the name
  588.     autoconf uses.
  589.  
  590.     * configure.in: Also detect the availability of dup2 and
  591.     gethostname.
  592.  
  593.     * configure.in: Use the AC_ALLOCA test.
  594.     * Makefile.in (ALLOCA): New variable, to be set by ./configure.
  595.     (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
  596.  
  597. Sat Apr 24 23:41:48 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  598.  
  599.     * make-dist: Distribute configure, as well as configure.in.
  600.     Oversight.
  601.  
  602. Fri Apr 23 17:32:12 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  603.  
  604.     * Makefile.in (install): Print out the name of the directory we're
  605.     copying, so people can have some idea of whether we're making
  606.     progress.
  607.  
  608.     * Makefile.in (install.aix, install.xenix, install.sysv, install):
  609.     Don't forget to re-create the COPYDESTS directories after we clear
  610.     them out.
  611.  
  612. Tue Apr 13 00:58:01 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  613.  
  614.     * Makefile.in: Add autoconf cookies so that the configure
  615.     script can comment out sections of path variable definitions to
  616.     choose between the installable configuration and the run-in-place
  617.     configuration.
  618.     * configure.in: Add new option `--run-in-place', to select the
  619.     run-in-place path definitions.
  620.  
  621.     * configure.in: Add a clause to the big configuration name case
  622.     for the NeXT machine.
  623.  
  624. Mon Apr 12 22:20:30 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  625.  
  626.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  627.     Make sure that each source directory exists, and is different from
  628.     the destination directory; then, delete the destination before
  629.     copying over the source.
  630.  
  631.     * make-dist: Distribute configure.in, instead of configure.
  632.  
  633. Sat Apr 10 04:29:06 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  634.  
  635.     * configure.in: Don't set CC to "gcc -O" if the user specifies
  636.     `--with-gcc'.  Add -O to DEFS if GCC is set.
  637.  
  638. Fri Apr  9 07:20:40 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  639.  
  640.     * Makefile.in (clean mostlyclean): Missing right paren.
  641.  
  642.     * configure.in: When checking for X windows, search for an X11
  643.     subdirectory of ${x_includes}.
  644.  
  645.     * configure.in: Check for gettimeofday function, for getdate.y.
  646.  
  647.         Change `configure' to a mixture of custom code and autoconf stuff.
  648.     autoconf can't derive all the information we need, but we'd really
  649.     like to be able to take advantage of some of its tests, and its
  650.     file-editing facilities.
  651.     * configure.in: Renamed from configure.
  652.     Quote the sections of shell script we want copied literally to 
  653.     the configure script.
  654.     (compile): Initialize this to make the autoconf macros' code happy.
  655.     Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
  656.     code to do their jobs.
  657.     Use autoconf to produce Makefile and src/config.h.
  658.     Remove the Makefile-style comment that autoconf places at the top
  659.     of src/config.h.
  660.     (config_h_opts): Removed - no longer necessary.
  661.     * Makefile.in (configname): Renamed to configuration.
  662.     (CONFIG_CFLAGS): Renamed to DEFS.
  663.     (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
  664.     get values via autoload @cookies@.
  665.     (libsrc_libs): Get this from autoconf.  We used to do nothing
  666.     about this.
  667.     (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
  668.  
  669.     * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
  670.     echo the move-if-change command.
  671.  
  672. Thu Apr  8 05:29:14 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  673.  
  674.     * make-dist: Distribute lib-src/rcs-checkin.
  675.  
  676.     * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
  677.     Don't try to make links to the RCS or Old subdirectories.
  678.     Use the appropriate extension for the compression type in use.
  679.     Create the tar file in the shell's initial default directory, not
  680.     in ${tempparent}.
  681.     Erase the whole ${tempparent} tree, not just ${tempdir}.
  682.  
  683. Tue Mar 30 15:32:59 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  684.  
  685.     * Makefile.in (src/paths.h): Don't echo the huge sed command we
  686.     use to build paths.h.
  687.     (lib-src/Makefile, src/Makefile): Similarly.
  688.  
  689.     * configure: Extend test for working `const' keyword to handle AIX
  690.     3.2 cc.
  691.  
  692. Wed Mar 24 20:12:05 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  693.  
  694.     * make-dist: Distribute lisp/term/ChangeLog.
  695.  
  696.         Arrange for C compilation throughout the tree to get
  697.     C_SWITCH_SYSTEM from the configuration files.
  698.     * configure: Extract C_SWITCH_SYSTEM from the machine and
  699.     system-dependent files, and save it in the top-level Makefile.
  700.     * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
  701.     (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
  702.  
  703.     * make-dist: Include the VMS support files in oldXMenu in the
  704.     distribution.
  705.  
  706.     * configure: Doc fix.
  707.  
  708.     * configure: Fix corrupted config_h_opts.
  709.  
  710.     * configure: Properly report option names in error messages.
  711.  
  712.     * configure: Properly recognize --x-includes and --x-libraries
  713.     options.
  714.  
  715.     * configure: Fix syntax errors in code handling XFree386.
  716.  
  717. Tue Mar 23 00:29:52 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  718.  
  719.     * configure: Add special code to detect XFree386, and tell
  720.     config.h about it.
  721.  
  722.     * configure: Properly handle extracting values of LIBS_MACHINE and
  723.     LIBS_SYSTEM that contain spaces.
  724.  
  725.     * configure: Add `--x-includes' and `--x-libraries' options.  I
  726.     think these are dopey, but no less than three alpha testers, at
  727.     large sites, have said they have their X files installed in odd
  728.     places.  Implement them by setting C_SWITCH_X_SITE and
  729.     LD_SWITCH_X_SITE in src/config.h.
  730.  
  731. Mon Mar 22 14:57:04 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  732.  
  733.     * make-dist: Don't distribute etc/Old files.
  734.  
  735.     * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
  736.       backups.
  737.  
  738. Sat Mar 20 13:11:55 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  739.  
  740.     * make-dist: Fix typo.
  741.  
  742. Fri Mar 19 08:08:04 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  743.  
  744.     * make-dist: Corrected typo, fixed it to discard = and TAGS files
  745.     in some cases where it should but didn't seen to.
  746.  
  747.     * Makefile.in: Added unlock and relock productions.
  748.  
  749. Thu Mar 18 23:12:47 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  750.  
  751.     * make-dist: Add a --compress option to force make-dist to use
  752.     compress.
  753.  
  754.     * make-dist: Use gzip, if we can find it.
  755.  
  756.     * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
  757.     make rs6000-ibm-aix default to -aix32.
  758.  
  759. Wed Mar 17 13:23:14 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  760.  
  761.     * Makefile.in: Added `Developer's configuration' section.
  762.  
  763. Wed Mar 17 08:30:52 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  764.  
  765.     * Makefile.in: Add commented-out variable settings for developer's
  766.       configuration.
  767.  
  768. Sun Mar 14 20:16:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  769.  
  770.     * make-dist: Distribute `src/bitmaps' too.
  771.  
  772. Sun Mar 14 17:16:53 1993  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
  773.  
  774.     * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
  775.     make rs6000-ibm-aix default to -aix32.
  776.  
  777. Tue Mar  9 11:05:00 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  778.  
  779.     * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
  780.  
  781.     * Makefile.in (install.sysv): Add a second `$' in front of
  782.     `${dest}', so that the shell will expand it, instead of Make.
  783.  
  784.     * configure: When processing the name of the configure script,
  785.     collapse `././' to `./', but leave a single `./' prefix alone.
  786.  
  787.     * configure: Doc fix.
  788.  
  789. Thu Mar  4 09:42:29 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  790.  
  791.     * configure: Handle isc3.0 correctly.
  792.  
  793. Thu Feb 25 00:31:33 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  794.  
  795.     * make-dist: Don't try to copy the COPYING notice into
  796.     external-lisp; we're not distributing that directory any more.
  797.  
  798. Wed Feb 24 17:25:27 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  799.  
  800.     * Makefile.in (install, install.aix, install.xenix, install.sysv):
  801.     Remove CVS subdirectories from the installed directory trees, as
  802.     well as RCS directories.
  803.  
  804. Tue Feb 23 06:54:11 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  805.  
  806.     * make-dist: Only copy gmalloc.c if we couldn't link it.
  807.     Don't try to copy man/{README,Makefile} unless they actually exist.
  808.  
  809.     * Makefile.in (lisppath): Don't include externallispdir in this.
  810.     We're not sure whether we're even going to distribute the
  811.     directory yet.
  812.  
  813. Wed Feb 17 20:19:06 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  814.  
  815.     * make-dist: Don't distribute the external-lisp directory anymore.  
  816.     * INSTALL: Remove all references to external-lisp.
  817.  
  818.     * configure: Detect whether the compiler supports `const'
  819.     properly, and edit src/config.h accordingly.
  820.  
  821.     * configure: Tweak layout of final report.
  822.  
  823.     * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
  824.     CFLAGS.
  825.  
  826.     * Makefile.in (locallisppath): Make this default to
  827.     ${datadir}/emacs/site-lisp, instead of
  828.     ${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
  829.     the same thing, and local-lisp causes completion conflicts with
  830.     lock.
  831.     (lisppath): Add ${externallispdir} to this.
  832.     * INSTALL: Adjust installation directions.
  833.  
  834.     * Makefile.in (externallispdir): New variable, to say where to
  835.     install the externally-maintained lisp files.
  836.     (COPYDIR, COPYDESTS): Copy the external lisp directory just like
  837.     the others.
  838.     * INSTALL: Describe external-lisp and the new externallispdir
  839.     variable.
  840.  
  841. Sun Feb 14 08:47:04 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  842.  
  843.     * configure (progname): New option `--with-gcc'.  Make it clearer
  844.     how we are trying to guess whether or not we have GCC.
  845.     * INSTALL: Document the `--with-gcc' option, and improve
  846.     description of `--with-x' options.
  847.  
  848. Sat Feb  6 19:55:48 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  849.  
  850.     * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
  851.     ${infodir} from these variables; we have written out explicit code
  852.     to install the info files.
  853.  
  854. Mon Jan 25 23:27:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  855.  
  856.     * make-dist: Don't distributed the RCS files in the etc directory.
  857.  
  858. Sun Jan 24 20:48:02 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  859.  
  860.     * Makefile.in: Some makes can't handle comments in the middle of
  861.     commands; move them to before the whole rule.
  862.  
  863. Sat Jan 16 00:37:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  864.  
  865.     * README: Mention what Emacs is.
  866.  
  867. Thu Jan 14 12:27:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  868.  
  869.     * make-dist: Include `./lisp/calc-2.02' in the distribution.
  870.     Add `./cpp' and `./man' back into the distribution.
  871.  
  872. Wed Jan 13 17:20:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  873.  
  874.     * Makefile.in: Define MAKE, and use where appropriate.
  875.  
  876. Thu Jan  7 04:37:46 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  877.  
  878.     * make-dist: Remember that the authoritative COPYING notice is
  879.     `etc/COPYING', not `../etc/COPYING'.
  880.  
  881. Sun Dec 20 23:59:43 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  882.  
  883.     * make-dist: Make sure that the COPYING notices in each directory
  884.     are copies, not symlinks.
  885.  
  886. Sat Dec 19 06:46:05 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  887.  
  888.     * INSTALL: The build process produces an executable called `emacs'
  889.     now.  Change references.
  890.     * Makefile.in: Adjust `install.mumble' targets to install
  891.     `src/emacs', not `src/xemacs'.
  892.  
  893.     * configure: Start with a blank line; this keeps some old CSH's
  894.     from thinking it's a CSH script.  Most systems will just use
  895.     /bin/sh to run it, which is what we're expecting; the only other
  896.     shells which might try to interpret it themselves are probably
  897.     Bourne-compatible.
  898.  
  899. Mon Dec 14 07:09:36 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  900.  
  901.     * INSTALL: Improvements suggested by David Mackenzie.
  902.  
  903. Sat Dec 12 00:31:46 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  904.  
  905.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  906.     Don't try to copy the info files if there aren't any; the
  907.     unexpanded globbing pattern disappoints `install'.  Ignore the
  908.     return status of that command.
  909.  
  910.     * INSTALL: Updated for new configuration arrangement.
  911.  
  912.     * configure: Don't make the top-level Makefile read-only - people
  913.     may want to edit the values of the path variables.
  914.  
  915.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  916.     Install the info files in ${infodir}.  Install the executable
  917.     under both `emacs' and `emacs-VERSION'.
  918.  
  919.     * Makefile.in: Doc fix.
  920.  
  921.     * Makefile.in (exec_prefix): New variable, as per latest version
  922.     of coding standards.
  923.     (bindir, libdir): Use it, instead of `prefix'.
  924.     (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
  925.  
  926.     * Makefile.in (mandir): Make the default value for this depend on
  927.     $(prefix).
  928.  
  929.     * Makefile.in (datadir, statedir, libdir): Make these all default
  930.     to ${prefix}/lib.
  931.     (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
  932.     to compensate.
  933.  
  934.     * Makefile.in (install, install.sysv, install.xenix, install.aix):
  935.     Install the etags and ctags man pages too.
  936.  
  937.     * Makefile.in (distclean): Don't delete backup files; that's the
  938.     job of extraclean.
  939.     (extraclean): Like distclean, but deletes backup and autosave files.
  940.  
  941. Thu Dec 10 21:10:40 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  942.  
  943.     Make path specification conform to GNU coding standards.
  944.     * configure (long_usage): Remove all traces of old arguments from
  945.     usage messages, and document the options we do accept in more
  946.     detail: -with-x... and --srcdir.
  947.     (options, boolean_opts): Deleted; we don't have enough options to
  948.     make this worthwhile.
  949.     (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
  950.     along with the code which supported them; these should be set as
  951.     arguments to the top-level make.
  952.     (config_h_opts): Since this no longer doubles as a list of option
  953.     names, make them upper case; this simplifies the code which uses
  954.     them to build the sed command to edit src/config.h.  Change the
  955.     code which sets them.
  956.     (cc, g, O): Don't allow the user to set these using options; they
  957.     should be specified using `CC=' and `CFLAGS=' arguments to the
  958.     top-level make.  Just choose reasonable default values for them,
  959.     and edit them into Makefile.in's default CC and CONFIG_CFLAGS
  960.     values.
  961.     (gnu_malloc, rel_alloc): Don't allow the user to set these using
  962.     options; use them whenever the configuration files say they're
  963.     possible.
  964.     Simplify the argument processing loop.  Don't accept abbreviations
  965.     for option names; these might conflict with other configuration
  966.     options in the future.
  967.     Add some support for the `--srcdir' option.  Check for the sources
  968.     in . and .. if `--srcdir' is omitted.  If the directories we will
  969.     compile in don't exist yet, create them under the current directory.
  970.     Note that the rest of the build process doesn't really support
  971.     this.
  972.     Edit only the top Makefile.  That should edit the others.  Edit
  973.     into the makefile: `version', from lisp/version.el, `configname'
  974.     and `srcdir' from the configuration arguments, `CC' and
  975.     `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
  976.     the user's path, and LOADLIBES as gleaned from the system
  977.     description files.
  978.     Simplify the report generated; it doesn't need to include any
  979.     description of paths now.
  980.     Make `config.status' exec configure instead of just calling it, so
  981.     there's no harm in overwriting `config.status'.
  982.     * Makefile.in (version, configname): New variables, used to choose
  983.     the default values for datadir and libdir.
  984.     Path variables rearranged into two clearer groups:
  985.     - In the first group are the variables specified by the GNU coding
  986.       standards (prefix, bindir, datadir, statedir, libdir, mandir,
  987.       manext, infodir, and srcdir).
  988.     - In the second are the variables actually used for Emacs's paths
  989.       (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
  990.       archlibdir), which depend on the first category.
  991.     datadir and libdir default to directories under
  992.     ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
  993.     demand.
  994.     etcdir and lispdir default to subdirectories of datadir.
  995.     archlibdir defaults to libdir.
  996.     The new installation tree is a bit deeper than it used to be, so
  997.     use the new make-path program in lib-src to build them all.
  998.     Always build a new src/paths.h.tmp and then move-if-change it to
  999.     src/paths.h, to avoid unnecessary rebuilds while responding to the
  1000.     right changes.
  1001.     Remove all mention of arch-lib.  Run utility commands from
  1002.     lib-src, and let the executables be copied into archlibdir when
  1003.     Emacs is installed.
  1004.     Add targets for src/Makefile, lib-src/Makefile, and
  1005.     oldXMenu/Makefile, editing the values of the path variables into
  1006.     them.
  1007.     Let lib-src do its own installation.
  1008.     (datadir): Default to putting data files under
  1009.     ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
  1010.     (emacsdir): Variable deleted; it would only be confusing to use.
  1011.     (lispdir, etcdir): Default to ${datadir}/lisp.
  1012.     (mkdir): Use make-path for this.
  1013.     (lockdir): Do this in mkdir.
  1014.     (Makefile): New target.
  1015.  
  1016.     * configure (usage_message): Rename to long_usage.
  1017.  
  1018.     * make-dist: Don't bother creating an arch-lib directory; that's
  1019.     only for installation now.
  1020.  
  1021. Fri Nov 20 06:15:14 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1022.  
  1023.     * configure: Use GCC-style configuration names, using config.sub.
  1024.     Change the usage and help messages.
  1025.  
  1026.     * configure: Initialize window_system, not indow_system.
  1027.  
  1028.     * configure: Report which window system, compiler, and signal
  1029.     handler return type we decide to use.
  1030.  
  1031.     * make-dist: Explain what's going on if config.sub and gmalloc.c
  1032.     can't be linked.  Place the code which copies them near the code
  1033.     which links the rest of the files around them.
  1034.  
  1035. Sun Nov 15 20:59:55 1992  Jim Blandy  (jimb@apple-gunkies.gnu.ai.mit.edu)
  1036.  
  1037.     * make-dist: Don't bother to distribute src/*.com, or
  1038.     src/vmsbuild; those have all been moved to `../vms'.
  1039.  
  1040. Sat Nov  7 15:11:39 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1041.  
  1042.     * make-dist: Don't forget that the way to avoid filenames starting
  1043.     with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
  1044.     `[a-zA-Z0-9].h'.  Add a new section for dealing with files that we
  1045.     couldn't make hard links to, since we have two already, and
  1046.     perhaps more to come.
  1047.  
  1048. Wed Nov  4 15:09:07 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1049.  
  1050.     * configure: When editing parameters into lib-src/Makefile, change
  1051.     the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
  1052.     needs some other flags too.
  1053.  
  1054. Tue Nov  3 05:42:55 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1055.  
  1056.     * configure: Remove spurious echo of the configuration name.
  1057.  
  1058.     * make-dist: Don't distribute files in src/m and src/s whose names
  1059.     begin with `='.
  1060.  
  1061. Tue Oct 27 04:06:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1062.  
  1063.     * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
  1064.     Also LISP_FLOAT_TYPE.
  1065.  
  1066. Mon Oct 26 19:55:01 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1067.  
  1068.     * make-dist: Copy config.sub, since it's a symbolic link to a file
  1069.     on another file system.
  1070.  
  1071. Sat Oct 17 17:04:24 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1072.  
  1073.     * make-dist: Include lib-src/makedoc.com and emacs.csh in the
  1074.     distribution.
  1075.  
  1076.     * config.sub: New file, to help us recognize configuration names.
  1077.     * make-dist: Include it in the distribution.
  1078.  
  1079. Mon Sep 14 17:43:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1080.  
  1081.     * configure: Convert `-' to `_' in specified option names.
  1082.     Accept options with --.  Delete --highpri and --have-x-menu options.
  1083.     New options --with-x and --with-x10 replace -window-system.
  1084.     Don't mention options --gnu-malloc, --rel-alloc
  1085.     or --lisp-float-type in help message.
  1086.  
  1087. Sun Sep 13 06:30:52 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1088.  
  1089.         * make-dist: Include the `vms' subdirectory in the distribution.
  1090.  
  1091. Thu Sep 10 16:14:21 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1092.  
  1093.     * configure: Remove lines starting with "# DIST: " when building
  1094.     lib-src/Makefile and src/Makefile.  This allows us to mark the
  1095.     "Makefile.in" files with explanatory comments which won't also get
  1096.     stuck in the Makefiles.
  1097.  
  1098. Sat Sep  5 07:10:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1099.  
  1100.     * make-dist: Don't use the '+' operator in the sed regular
  1101.     expression that extracts the version number from lisp/version.el;
  1102.     Ultrix sed doesn't seem support the operator.  Just double the
  1103.     operand and use *.
  1104.  
  1105. Tue Sep  1 15:56:14 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1106.  
  1107.     * Makefile.in: Doc fix.
  1108.  
  1109. Mon Aug 31 00:25:44 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  1110.  
  1111.     * configure: Rewrite sed command to remove at most one ./ prefix;
  1112.     Ultrix's sed doesn't allow us to apply the * operator to a \( \)
  1113.     group.
  1114.  
  1115. Tue Aug 25 18:57:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1116.  
  1117.     * Makefile.in (src/paths.h): Use sed, not /bin/sed.
  1118.  
  1119. Tue Aug 18 16:02:22 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1120.  
  1121.     * make-dist: Go ahead and build a new TAGS file, unless the
  1122.     --newer option was specified.  Don't try to delete a TAGS file
  1123.     from etc; it's not kept there, and shouldn't be deleted anyway.
  1124.  
  1125. Fri Aug 14 12:54:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1126.  
  1127.     * make-dist: If the lisp directory contains a default.el, don't
  1128.     distribute it.
  1129.  
  1130.     * configure: When searching signal.h for the type of a signal
  1131.     return handler, make a copy of it, not a symbolic link to it; that
  1132.     way, it will work on systems that don't have symbolic links.
  1133.  
  1134. Fri Aug 14 12:31:45 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  1135.  
  1136.     * make-dist: taught it about vcdiff and rcs2log, added --newer
  1137.     option for generating incremental distributions.  Stopped it from
  1138.     generating a TAGS file into the distribution; that sucker is
  1139.     *big*, and easily enough generated with the toplevel makefile.
  1140.  
  1141. Thu Aug 13 13:02:31 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1142.  
  1143.     * configure: When writing config.status, don't prefix progname 
  1144.     with a '.'; it might be absolute.
  1145.  
  1146. Wed Aug  5 13:54:39 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1147.  
  1148.     * configure: Choose to use X11 if either /usr/lib/libX11.a or
  1149.     /usr/include/X11 exist, not only if both exist.
  1150.  
  1151. Mon Jul 27 17:41:50 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1152.  
  1153.     * make-dist: Make the new external-lisp directory a duplicate of
  1154.     the external-lisp directory, not the lisp directory.
  1155.  
  1156. Tue Jul  7 14:47:31 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1157.  
  1158.     * Makefile.in (clean, mostlyclean): Don't bother trying to `make
  1159.     clean' in arch-lib; it doesn't even have a Makefile.    
  1160.  
  1161.     * Makefile.in (clean, mostlyclean): In the test which tries to
  1162.     distinguish between the build directory, which should be cleaned,
  1163.     and the installed directory, which shouldn't, cd to `${emacsdir}',
  1164.     not `${DESTDIR}${LIBDIR}'.
  1165.  
  1166. Tue Jun 30 05:05:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1167.  
  1168.     * make-dist: Be sure to delete the .c and .h files that YACC and
  1169.     BISON create from getdate.y.
  1170.  
  1171.         * external-lisp: New directory; see `external-lisp/README'.
  1172.     * make-dist: Added support for the external-lisp subdirectory.
  1173.  
  1174.     * make-dist: Changed message which complains that make-dist wasn't
  1175.     invoked in the right directory to indicate which files it was
  1176.     looking for.
  1177.  
  1178. Mon Jun 29 16:24:41 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1179.  
  1180.     * configure: Add comments explaining why we can't translate
  1181.     character ranges or control characters in `tr'.
  1182.  
  1183. Wed Jun 24 00:18:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1184.  
  1185.     * configure: When generating the configuration message, we used to
  1186.     build the message from the start so that each line began with "# "
  1187.     so that it would be a comment in `config.status'.  However, this
  1188.     causes trouble if any of the variables we use in the message
  1189.     expand to more than one line of text - as gnu_malloc_reason
  1190.     sometimes does.  So instead, we build the message as it should be
  1191.     printed to the user (i.e. without the "# " prefixes), and stick on
  1192.     the "# "s when we write it to `config.status'.
  1193.  
  1194.     * Makefile.in (clean, mostlyclean): Don't neglect to clean out
  1195.     `lib-src' and `arch-lib'.
  1196.  
  1197.     * configure: When generating report and `config.status' file, note
  1198.     that bindir only determines where `make install' and
  1199.     `build-install' will place the executables; this should make it
  1200.     clear that the ordinary build process will not try to install
  1201.     things.
  1202.  
  1203. Wed Jun 10 19:20:27 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1204.  
  1205.     * make-dist: Change messages to say that we are 'making links to
  1206.     X', rather than 'copying X'.  And put `' quotes around file names.
  1207.  
  1208.     * make-dist: Include '.tmp' in the name of the staging directory.
  1209.  
  1210.     * make-dist: Pass the `-f' option to rm when you're not sure that
  1211.     the files you're removing actually exist.
  1212.  
  1213.     * make-dist: When setting up etc/COPYING, always nuke whatever is
  1214.     there, and then copy it in, to make sure we get a real file.
  1215.  
  1216.     * make-dist: Don't try to distribute *.defns files any more.  The
  1217.     only such file was for simula.el, which has been superceded by a
  1218.     version which doesn't have a separate .defns file.
  1219.  
  1220. Thu May 28 09:51:46 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
  1221.     
  1222.     * make-dist: Don't distribute configured versions of config.h.in,
  1223.     paths.h.in, Makefile.in in src.
  1224.         
  1225.     * configure: Delete .tmp files before creating them; don't bother
  1226.     trying to make final targets writeable first, since it won't
  1227.     matter to move-if-change.
  1228.  
  1229. Tue May 19 18:33:04 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1230.  
  1231.     * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
  1232.     mkdir and chmod in the center of all the conditionals.  GNU Make
  1233.     will strip these out, but other makes won't.
  1234.  
  1235. Mon May 18 03:14:40 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1236.  
  1237.     * make-dist: Include move-if-change in list of files to distribute.
  1238.  
  1239. Mon May  4 20:46:16 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1240.  
  1241.     * configure: Remove any "." elements from the program name.
  1242.  
  1243.     * configure: Don't record the values of all the possible arguments
  1244.     in config.status; only record the options that the user specified.
  1245.  
  1246.     * configure: Use move-if-change to move in the new src/config.h.
  1247.  
  1248. Wed Apr 29 23:13:25 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
  1249.  
  1250.         * move-if-change: New file, copied from gcc release.
  1251.         * Makefile.in (src/paths.h): Use it, and put the "sed" output into
  1252.         a temp file, so we don't update paths.h if an error occurs or if
  1253.         it doesn't need changing.
  1254.  
  1255. Tue Apr 28 17:00:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1256.  
  1257.     * Makefile.in (src/paths.h): Do not install a value for the
  1258.     PATH_SUPERLOCK value; that macro doesn't exist anymore.
  1259.     * build-install.in: Same thing.
  1260.  
  1261. Fri Apr 24 02:10:56 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1262.  
  1263.     * make-dist: Check the flag called "make_tar", not "make_dir"; the
  1264.     latter, being a typo, is always false, resulting in a program
  1265.     whose default behaviour is to painstakingly build a copy of the
  1266.     source tree, and then delete it.  Rah.
  1267.  
  1268.     * Makefile.in: Add dist target, and comment for it.
  1269.  
  1270.     * configure: When scanning <signal.h> for a declaration for
  1271.     signal, create a symbolic link with a name ending in .c, so the
  1272.     compiler won't complain that it's only been given .h files.
  1273.  
  1274.     * configure: Check whether there are any arguments available
  1275.     before shifting to get the value of a non-boolean parameter.
  1276.  
  1277.     * make-dist: Doc fix.
  1278.  
  1279. Mon Apr 20 09:54:48 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1280.  
  1281.     * configure: Instead of grepping /usr/include/signal.h for a
  1282.     signal declaration, run /usr/include/signal.h or
  1283.     /usr/include/sys/signal.h through cpp and grep for the
  1284.     declaration.
  1285.  
  1286.     * configure: Redirect the output of grep to /dev/null instead of
  1287.     using grep -s - that flag means different things on other systems.
  1288.  
  1289.     * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
  1290.     since the former is recognizable even if you don't know what
  1291.     'dumping' is.
  1292.     * configure: Accomodate that change.
  1293.  
  1294.     * configure: Accept options for all of the directories you can
  1295.     change in the Makefile.
  1296.  
  1297.     * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE". 
  1298.  
  1299.     * INSTALL: Mention that you have to copy all the 'FOO.in' files to
  1300.     FOO before you can use them.
  1301.  
  1302.     * build-install.in: Made the "Where To Install Things" section
  1303.     conform with the similar section from Makefile.in.  Copied section
  1304.     which builds src/paths.h from src/paths.h.in from the Makefile.
  1305.  
  1306. Sun Apr 19 05:29:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1307.  
  1308.     * configure: Write config.status to pass its command-line
  1309.     arguments on to configure, so that people can use it to recreate
  1310.     an old configuration, with minor changes.
  1311.  
  1312. Thu Apr 16 22:49:13 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1313.  
  1314.     * configure: Don't rely on option variables being unset if their
  1315.     values are the empty string.  In particular, when producing the
  1316.     English report, don't assume that highpri will be unset when no
  1317.     increased priority has been requested; -highpri='' should be the
  1318.     same as omitting -highpri altogether.
  1319.  
  1320.     * configure: Fix dumb bug: when running the system and machine
  1321.     description files through cpp, mark those lines that we want to
  1322.     evaluate with the string '@configure@', and then only evaluate
  1323.     them.  This way if the files include anything that actually
  1324.     generates text (type definitions or external declarations, say),
  1325.     we won't try to eval it.
  1326.  
  1327. Sat Apr 11 16:00:52 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1328.  
  1329.     * make-dist: New shell script.
  1330.  
  1331.     * configure: When creating foo from foo.in, make foo read-only to
  1332.     remind people to edit the .in file instead.
  1333.  
  1334.     * INSTALL: Changed references to config.h-dist to config.h.in.
  1335.     The "BUILDING GNU EMACS BY HAND" section neglected to mention how
  1336.     to build src/paths.h from src/paths.h.in; added a paragraph to do
  1337.     this.
  1338.     * configure, Makefile, build-install: Changed filenames like
  1339.     FOO-dist to FOO.in.
  1340.  
  1341. Wed Apr  8 00:58:46 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1342.  
  1343.     * Makefile, build-install: Renamed to Makefile.in and
  1344.     build-install.in; the configure script will edit these to produce 
  1345.     the usable Makefile and build-install.
  1346.     * configure: Changed to produce ./Makefile, ./build-install,
  1347.     lib-src/Makefile, and src/Makefile from their *.in counterparts,
  1348.     instead of editing them in place.
  1349.  
  1350. Tue Apr  7 16:44:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1351.  
  1352.     * Makefile: Re-arranged so that the undumped Emacs will search
  1353.     ../lisp *after* the site's local elisp files.
  1354.     (locallisppath, dumplisppath): New variables.
  1355.     (lisppath): This variable's default value is now chosen based on
  1356.     $(locallisppath) and $(lispdir); while it used to be the
  1357.     customization point for adding site-local elisp directories to
  1358.     load-path, that job is now handled mostly by locallisppath.
  1359.     (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
  1360.     Check the values being assigned to the *LOADSEARCH macros for null
  1361.     path elements (like '::' in 'foo::bar').
  1362.  
  1363.     * configure: When checking if the machine- and system-dependent
  1364.     files define a particular macro or not, actually run them through
  1365.     CPP and test the macros with #ifs, instead of just grepping for
  1366.     the macros' names.  In particular, check for SYSTEM_MALLOC in this
  1367.     way.
  1368.  
  1369. Fri Apr  3 22:25:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1370.  
  1371.     * Makefile (install): Don't use -s in install.  (Keep the symbols.)
  1372.  
  1373. Thu Apr  2 01:54:22 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1374.  
  1375.     * configure: Make the config.status file an executable shell
  1376.     script which will recreate the same configuration.  Include the
  1377.     verbal description of the current configuration as a comment in
  1378.     the script.
  1379.     * INSTALL: Doc fix.
  1380.  
  1381.     * Makefile: brought the Makefile up to the GNU coding 
  1382.     standards, as described in standards.text:
  1383.     (TAGS): New name for the target which rebuilds the tags table.
  1384.     (check): New target; doesn't do anything yet.
  1385.     (mostlyclean): New target, synonymous with clean.
  1386.     (realclean): New target.  Currently, this just calls the
  1387.     subdirectories's makefiles and then deletes config.status.
  1388.     (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
  1389.     variables.
  1390.     Installation directory variables changed to conform.
  1391.     (install, install.sysv, install.xenix, install.aix): Changed the
  1392.     code which copies the directories into their installed location to
  1393.     allow the installed locations to be in several different
  1394.     directories; the old version assumed that they would all be in
  1395.     $(emacsdir).
  1396.     (mkdir, lockdir): Allow the installed locations to be in several
  1397.     different directories.
  1398.     * INSTALL: Doc fix.
  1399.  
  1400.     * build-install: Use the same variable names as the Makefile.
  1401.     Allow the installed locations to be in several different
  1402.     directories.
  1403.  
  1404. Tue Mar 31 10:25:57 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1405.  
  1406.     * Makefile (src/paths.h): Instead of using a single sed command to
  1407.     edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
  1408.     separately, and don't forget to append "/!!!SuperLock!!!" to the
  1409.     value of the PATH_SUPERLOCK macro.
  1410.  
  1411.     * config.emacs: Renamed to configure, for consistency with other
  1412.     GNU products.  Internal references changed.
  1413.     INSTALL, Makefile: References changed.
  1414.  
  1415.     * lock: New directory, which should always be empty.  If this
  1416.     directory doesn't exist, Emacs won't complain; it just won't lock.
  1417.     Having this here means that people can just unpack Emacs, build
  1418.     it, and have locking work.
  1419.  
  1420.     * share-lib: Re-renamed to etc, for the sake of tradition.
  1421.     * config.emacs: Changed default value for datadir to ../etc.
  1422.     * INSTALL, README: Adjusted.    
  1423.  
  1424. Wed Mar 18 15:54:58 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1425.  
  1426.     * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
  1427.     by running CPP on the appropriate s/*.h and m/*.h files.
  1428.  
  1429. Mon Mar 16 17:38:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  1430.  
  1431.     * config.emacs: Make sure to set the "exit on error" flag once
  1432.     we've removed config.status; errors should abort the configuration.
  1433.  
  1434. Sat Feb 15 17:23:07 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1435.  
  1436.     * config.emacs: Added -distribute option, so that the Makefile
  1437.     paths are in their proper form.  I don't know why this matters.
  1438.  
  1439. Fri Feb 14 13:58:57 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1440.  
  1441.     * local-lisp: New directory, empty in the distribution, for people
  1442.     to put local elisp code in.
  1443.     * config.emacs: Include it in the default load path.
  1444.     * README: Document it.
  1445.  
  1446. Thu Jan 30 10:26:45 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1447.  
  1448.     * config.emacs: Guess the type of signal handling functions based
  1449.     on the contents of /usr/include/signal.h.
  1450.  
  1451.     * config.emacs: Print out progress report messages.
  1452.     
  1453.     * Makefile (src/paths.h): Don't generically replace
  1454.     /usr/local/lib/emacs with LIBROOT.  This can hide bugs in the
  1455.     editing of the other entries, and each entry should be dealt with
  1456.     explicitly anyway.
  1457.  
  1458.     * build-install: Converted from C-shell to Bourne shell.
  1459.     * config.emacs: Edit build-install properly.
  1460.  
  1461.     * config.emacs: Doc fix.
  1462.  
  1463. Mon Jan 27 16:29:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1464.  
  1465.         * Makefile (install): Remove `B' from tar xf command.
  1466.  
  1467. Mon Jan 13 12:00:14 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  1468.  
  1469.     * config.emacs: Removed support for the `maintain-environment'
  1470.     option; the only important difference between this and its absence
  1471.     has been removed.
  1472.     * INSTALL: Removed mention of `maintain-environment'.
  1473.  
  1474.     * config.emacs: Fix arguments to sed when processing boolean
  1475.     arguments.
  1476.  
  1477. Thu Dec  5 14:39:44 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  1478.  
  1479.     * config.emacs: New file, to help automate the installation
  1480.         process.
  1481.  
  1482.     * Makefile: Lots of changes to support the separation of etc into
  1483.     architecture-dependent and -independent files:
  1484.     (EMACSROOT): New variable, giving the directory under which all of
  1485.     Emacs's libraries should be installed.  Changed rest of file to
  1486.     use it. 
  1487.     (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
  1488.     (DATADIR): New variable, denoting architecture-independent dir.
  1489.     (LOCKDIR): New variable, for completeness.
  1490.     (SUBDIR): No more etc, new lib-src.
  1491.     (COPYDIR): No more etc, new arch-lib and share-lib.
  1492.     (src/paths.h): Set PATH_DATA and the LOCK macros too.
  1493.     (src): Now depends on lib-src, not etc.
  1494.     * build-install: Changes parallel to the above.
  1495.     * README: Describe the new arrangement.
  1496.     
  1497.     * vms: New subdirectory for all the VMS stuff.
  1498.  
  1499. Tue Dec  3 22:06:59 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  1500.  
  1501.     * Makefile (LISPPATH): New variable.
  1502.     (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
  1503.  
  1504. Fri Sep 28 22:36:32 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  1505.  
  1506.     * Makefile (install, install.sysv, install.xenix):
  1507.     Install wakeup instead of loadst.  No need for setuid or setgid.
  1508.  
  1509. Tue Aug  7 13:19:35 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1510.  
  1511.     * Makefile (clean): Clean etc if that's not the installation dir.
  1512.  
  1513. Thu Apr 26 13:36:18 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1514.  
  1515.     * Makefile (paths.h): Make sed alter each name in the path.
  1516.  
  1517. Tue Aug 30 13:43:43 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1518.  
  1519.     * Makefile (install.sysv): Use cpio, not tar.
  1520.  
  1521. Wed Aug  3 19:20:13 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1522.  
  1523.     * Makefile (lockdir): Rename `lock' target.
  1524.     Depend on it from install*, not from `all'.
  1525.  
  1526. Mon May 16 02:08:08 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1527.  
  1528.     * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
  1529.     to match build-install and paths.h.
  1530.